github.com/klauspost/compress/zstd.fastEncoderDict.tableShardDirty (field)
9 uses
github.com/klauspost/compress/zstd (current package)
enc_fast.go#L34: tableShardDirty [tableShardCnt]bool
enc_fast.go#L839: for i := range e.tableShardDirty {
enc_fast.go#L840: if e.tableShardDirty[i] {
enc_fast.go#L851: for i := range e.tableShardDirty {
enc_fast.go#L852: e.tableShardDirty[i] = false
enc_fast.go#L857: for i := range e.tableShardDirty {
enc_fast.go#L858: if !e.tableShardDirty[i] {
enc_fast.go#L864: e.tableShardDirty[i] = false
enc_fast.go#L874: e.tableShardDirty[entryNum/tableShardSize] = true
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |